home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
eggs_and.swf
/
scripts
/
DefineSprite_112
/
frame_3
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
299b
|
15 lines
stop();
_root.sc.gotoAndStop("b");
front.stop();
back.play();
eggfront.gotoAndStop(1 + thiseggface * 3);
if(front.timer > _root.fire)
{
eggfront.gotoAndStop(2 + thiseggface * 3);
}
if(front.timer > _root.overfire)
{
eggfront.gotoAndStop(3 + thiseggface * 3);
}
_root.gook(this);